home *** CD-ROM | disk | FTP | other *** search
/ IBM InfoROM for OS/2 Beta 1995 January / IBM InfoROM for OS2 Beta 1-1995.ISO / testcert / display / function / testcase / test03.cmd < prev    next >
Encoding:
Text File  |  1994-08-05  |  628 b   |  22 lines

  1. /**/
  2. cls
  3. Say     "*******************************************************************"
  4. Say     "           Name: Test Case 03"
  5. Say     " "
  6. Say     "           Program: CompuShow"
  7. Say     " "
  8. Say     "           Purpose: To display a 800x600x256 GIF image in a full screen VDM"
  9. Say     " "
  10. Say     " "
  11. Say     "           Please refer to test03.doc for more"
  12. Say     "           information on what this test case does."
  13. Say     "*******************************************************************"
  14.  
  15. '@echo off'
  16. Pause
  17. 'cd ..\cshow'
  18. 'call 2show.exe /V ..\..\data\800x600.gif'
  19. 'cd ..\testcase'
  20. '@echo on'
  21. EXIT
  22.